This is the documentation for the Realbasic Plugins from Monkeybreadsoftware.de. You find these plugins and the newest version of this document at http://www.monkeybreadsoftware.de/realbasic inside the plugins section.
This help was last updated on Freitag, 6. September 2002 and covers 2136 items: 126 classes, 2 controls and 583 global functions.
The list of the themes | Global methods by category | Global methods by name | The list of the classes | The list of the controls |
Large binary stream | |
SystemDataForkName() as String | |
SystemResourceForkName() as String | |
SystemSupportsLargeFiles() as Boolean | |
class Folderitem | |
method CreateLargeBinaryStream(forkName as String, mactype as string,maccreator as string) as LargeBinaryStream | |
method OpenAsLargeBinaryStream(forkName as String, write as Boolean) as LargeBinaryStream | |
method VolumeSupportsLargeFiles() as Boolean | |
class LargeBinaryStream | |
method Allocate(count as double, flags as integer) as double | |
property CanWrite as boolean | |
method Close | |
property EOF as boolean | |
property Length as Double | |
property LittleEndian as boolean | |
property noCache as boolean | |
property Position as Double | |
method Read(amount as Integer) as string | |
method ReadBlock(amount as Integer) as memoryblock | |
method Readbyte as integer | |
method ReadLong as integer | |
method ReadPString as string | |
method ReadShort as integer | |
method Write(data as string) | |
method WriteBlock(data as memoryblock,count as integeer) | |
method WriteByte(data as integer) | |
method WriteLong(data as integer) | |
method WritePString(data as string) | |
method WriteShort(data as integer) |
Written 2002 by Christian Schmitz. Feel free to ask or report mistakes to realbasic@macsw.de.
Thanks.